projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7775acb
)
(command-line-x-option-alist): -T sets only the title.
author
Richard M. Stallman
<rms@gnu.org>
Thu, 11 Apr 1996 05:23:19 +0000
(
05:23
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Thu, 11 Apr 1996 05:23:19 +0000
(
05:23
+0000)
lisp/startup.el
patch
|
blob
|
history
diff --git
a/lisp/startup.el
b/lisp/startup.el
index 2de8380c17baf3a98430b72b172d06f41d7d04a1..5e9bfdc3bfdfb84d1e72593ba438fdf4995442a3 100644
(file)
--- a/
lisp/startup.el
+++ b/
lisp/startup.el
@@
-164,9
+164,9
@@
This is normally copied from `default-directory' when Emacs starts.")
("-d" 1 x-handle-display)
("-display" 1 x-handle-display)
("-name" 1 x-handle-name-rn-switch)
- ("-title" 1 x-handle-switch title)
("-rn" 1 x-handle-name-rn-switch)
- ("-T" 1 x-handle-switch name)
+ ("-title" 1 x-handle-switch title)
+ ("-T" 1 x-handle-switch title)
("-r" 0 x-handle-switch reverse t)
("-rv" 0 x-handle-switch reverse t)
("-reverse" 0 x-handle-switch reverse t)